From 2bf9ae005fc0fb9f51202b5e6dc7525ae47464da Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 9 Aug 2020 15:43:46 -0400 Subject: [PATCH] Adwaita: Small improvement for dropdown Put some space between the arrow and the text. This was noticable in the new listbox2 demo. --- gtk/theme/Adwaita/_common.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gtk/theme/Adwaita/_common.scss b/gtk/theme/Adwaita/_common.scss index deeaed97f9..cb4ba39680 100644 --- a/gtk/theme/Adwaita/_common.scss +++ b/gtk/theme/Adwaita/_common.scss @@ -1197,6 +1197,10 @@ spinbutton { **************/ dropdown > popover.menu.background > contents { padding: 0; } //allow search entries with no margin +dropdown > button > box { + border-spacing: 6px; +} + dropdown, combobox { arrow { -- 2.30.2